home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / maxkit25.zip / README < prev    next >
Text File  |  1996-11-15  |  3KB  |  62 lines

  1. Just a few minor changes from maxkit18.
  2.  
  3. File list in Maxkit25.arj     Magic name MAXKIT for FREQ.
  4.  
  5. README                 This File.
  6.  
  7. WELCOME.BBS            Use as a test program until you see how it works.
  8.  
  9. CKXP-DOB.MEX           Checks for expiry date and if User has a Birthday
  10. CKXP-DOB.VM            then shows a Birthday.bbs (included)
  11.  
  12. Birthday.BBS           A birthday screen used on The Mountain Top BBS.
  13.  
  14. #MSTK01.BBS            A screen I use to have the User update their
  15. #MSTK01.MEC            information when i erase it, or there is no entry.
  16.  
  17. MAXMNT25.MEX           Checks for Gender, Birth date, Phone and Dataphone,
  18. MAXMNT25.VM            and password, also call birthday greeting screen.
  19.                         Updates City, State, and Zip under 19 chars..
  20.  
  21. USRLST25.MEX           List, Print or Both, User list file to where you
  22. USRLST25.VM            direct it. Will run unatended  using _print.
  23.  
  24. WIDLST25.MEX           Extra information, prints to a file that can be
  25. WIDLST25.VM            wide printed or printed compressed
  26.  
  27. S_MENU  .BBS           Sample Header file used in SysOpWk Menu
  28.  
  29. MX.BAT                 Sample Bat file for mecca work etc. Just
  30.                        run MX for some instructions.
  31. -----------------------------------------------------------------------
  32. To get all the information at logon, Change MAX.CTL
  33. Uses Configure  :M\MAXMNT20
  34. ---
  35. updates remove from
  36. NEWUS??.BBS
  37. [mex]M\MAXMNT??
  38. -----------------------------------------------------------------------
  39. USRLST25.MEX           List, Print or Both, User list file to where you
  40. USRLST25.VM            direct it. Will run unatended  using _print.
  41. -----------------------------------------------------------------------
  42. This is the way to add a new menu to Menus.ctl
  43.  
  44. Put this in your Menu Sysop.
  45. Display_Menu    SysOpWk                     100 "#Sysop menu"
  46.  
  47. Add this to your Menus.ctl, anywhere, I have it under the sysop menu.
  48. Menu SysOpWk
  49.         Headerfile  Miscx\S_MENU
  50. Title TMT Node %k - SysOpWk MENU:   %f, you have %t minutes remaining.
  51.  
  52.         MEX             M\#ATest                     30 "Test NOargv"
  53.   NoDsp Press_Enter                                  10 "T"
  54.         MEX             M\#ATest_ALL                 30 "A Test w/ALL"
  55.         MEX   Maxkit\MAXBDL25                       100 "Birthday List"
  56.         MEX   M\USRLST25                            100 "User List"
  57.         MEX   M\WIDELST1                            100 "Wide List"
  58.         Display_Menu    SysOp*                      100 "#Sysop menu"
  59.   NoDsp Display_Menu    SysOp*                      100 "|"
  60.         Goodbye                                       0 "Goodbye (log off)"
  61. End Menu
  62.